home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-06-12 | 3.7 KB | 91 lines |
- #
- # Generated by the NeXT Project Builder.
- #
- # NOTE: Do NOT change this file -- Project Builder maintains it.
- #
- # Put all of your customizations in files called Makefile.preamble
- # and Makefile.postamble (both optional), and Makefile will include them.
- #
-
- NAME = Gnuplot
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = Gnuplot.tiff
- DOCICONS = GnuplotDoc.tiff GnuplotDoc.tiff
-
- LOCAL_RESOURCES = AutoTicsPane.nib AxesPane.nib ContourAutoPane.nib \
- ContourOptionsPanel.nib ContourSeriesPane.nib \
- ContourUserPane.nib CopyingPanel.nib DataFilePane.nib \
- DataFileThreeDPane.nib DataOptionsPanel.nib DataPane.nib \
- FunctionPane.nib GeneralPane.nib Gnuplot.nib \
- GnuplotPlot.nib InfoPanel.nib Inspector.nib \
- NoDataPane.nib NoPane.nib Preferences.nib \
- SeriesTicsPane.nib ThreeDPane.nib TicOptionsPanel.nib \
- UserTicsPane.nib Help.store
-
- GLOBAL_RESOURCES = Attachment.tiff Gnuplot.tiff GnuplotDoc.tiff \
- InfoPlot.eps InspectorAxes.tiff InspectorData.tiff \
- InspectorGeneral.tiff InspectorThreeD.tiff \
- LineStyle1.tiff LineStyle2.tiff LineStyle3.tiff \
- LineStyle4.tiff LineStyle5.tiff LineStyle6.tiff \
- LineStyle7.tiff LineStyle8.tiff LineStyle9.tiff \
- PointStyle1.tiff PointStyle2.tiff PointStyle3.tiff \
- PointStyle4.tiff PointStyle5.tiff PointStyle6.tiff \
- StyleBoxErrorbars.tiff StyleBoxes.tiff StyleDots.tiff \
- StyleErrorbars.tiff StyleImpulses.tiff StyleLines.tiff \
- StyleLinespoints.tiff StylePoints.tiff StyleSteps.tiff
-
- CLASSES = AutoTicsPane.m AxesPane.m CellScrollView.m ContourAutoPane.m \
- ContourOptionsPanel.m ContourSeriesPane.m ContourUserPane.m \
- DataFilePane.m DataFileThreeDPane.m DataOptionsPanel.m \
- DataPane.m DoubleObject.m DoubleValueSortedList.m EditMatrix.m \
- FunctionObject.m FunctionPane.m GeneralPane.m Gnuplot.m \
- GnuplotPlot.m Inspector.m NoDataPane.m NoPane.m OptionsPanel.m \
- Pane.m PlotView.m PopUpScrollView.m Preferences.m \
- SeriesTicsPane.m Status.m StatusContour.m StatusTics.m SubCell.m \
- SubObject.m ThreeDPane.m TicCell.m TicObject.m TicOptionsPanel.m \
- UserTicsPane.m
-
- HFILES = AutoTicsPane.h AxesPane.h CellScrollView.h ContourAutoPane.h \
- ContourOptionsPanel.h ContourSeriesPane.h ContourUserPane.h \
- DataFilePane.h DataFileThreeDPane.h DataOptionsPanel.h DataPane.h \
- DoubleObject.h DoubleValueSortedList.h EditMatrix.h epsviewe.h \
- FunctionObject.h FunctionPane.h GeneralPane.h Gnuplot.h \
- GnuplotPlot.h help.h Inspector.h NoDataPane.h NoPane.h \
- OptionsPanel.h Pane.h plot.h PlotView.h PopUpScrollView.h \
- Preferences.h SeriesTicsPane.h setshow.h Status.h StatusContour.h \
- StatusTics.h SubCell.h SubObject.h SubObjectCategory.h \
- ThreeDPane.h TicCell.h TicObject.h TicOptionsPanel.h \
- UserTicsPane.h
-
- MFILES = Gnuplot_main.m epsviewe.m
-
- CFILES = binary.c bitmap.c command.c contour.c eval.c gnubin.c graph3d.c \
- graphics.c help.c internal.c misc.c parse.c plot.c readline.c \
- scanner.c setshow.c specfun.c standard.c term.c util.c version.c
-
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app Gnuplot.tiff \
- -sectcreate __ICON GnuplotDoc GnuplotDoc.tiff
-
- LIBS = -lMedia_s -lNeXT_s -lIndexing_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/app.make
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-